ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Matrix<T> Class / Transpose Method / Transpose(Matrix<T>) Method
A Matrix indicates the operand.

In This Topic
    Transpose(Matrix<T>) Method
    In This Topic
    Defines the transpose operator for Matrix class.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Transpose( _
       ByVal value As Matrix(Of T) _
    ) As Matrix(Of T)
    public static Matrix<T> Transpose( 
       Matrix<T> value
    )

    Parameters

    value
    A Matrix indicates the operand.

    Return Value

    A Matrix indicates the transpose operation result of operand.
    See Also